SQLPrev

 

The SQLPrev function is a SQL function that moves the data position to the previous field of the selected data with SQLSelect.

 

void @SQLPrev(int id);

 

Parameters

int id : Access number connected by SQLConnect

 

Return Value

None

 

Example

@SQLPrev($AddrID);

 

Description : Use the SQLSelect function to move the data location to the previous field of the selected database.

 

Related Helps

SQLConnect()

SQLCreateTable()

SQLDelete()

SQLDisconnect()

SQLExecute()

SQLFirst()

SQLGetPos()

SQLInsert()

SQLLast()

SQLNext()

SQLPrepare()

SQLSelect()

SQLSetPos()

SQLUpdate()